home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / Bomber.lha / Bomber / Sources / bomber.h next >
C/C++ Source or Header  |  1991-11-21  |  361b  |  22 lines

  1. /* Bomber.h --- Headerfiles zu Bomber */
  2.  
  3. #ifndef BOMBER_H
  4. #define BOMBER_H
  5.  
  6. #include <exec/types.h>
  7. #include <dos/dos.h>
  8. #include <functions.h>
  9.  
  10. #include <devices/timer.h>
  11. #include <libraries/gadtools.h>
  12. #include <intuition/gadgetclass.h>
  13. #include <graphics/gfxmacros.h>
  14.  
  15. #include <string.h>
  16. #include <stdlib.h>
  17. #include <stdio.h>
  18. #include <string.h>
  19.  
  20.  
  21. #endif
  22.